@charset "utf-8";
.game163 .bigImg *,
.game163 .smallScroll * {
	margin:0;
	padding:0;
	list-style:none;
}

.game163 {
	position:relative;
	width: 100%;
	max-width: 98%;
	margin: 0 1%;
}
.game163 .bigImg {
	height:3rem;
	position:relative;
}
.game163 .bigImg li img {
	vertical-align:middle;
	border:1px solid #ccc;
	width: 100%;
	max-width: 100%;
}

.game163 .smallScroll {
    padding-top: 0.5rem;
    height: 3.5rem;
    width: 100%;
    max-width: 100%;
}

.game163 .sPrev,.game163 .sNext {
	display: none;
}


.game163 .smallImg {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.game163 .smallImg ul {
	height: 3.5rem;
	width: 100% !important;
	max-width: 100% !important;
}
.game163 .smallImg li {
	float:left;
	cursor:pointer;
	display:inline;
	width: 100% !important;
	max-width: 19% !important;
	text-align: center;
	margin-right: 1.1%;
}

.game163 .smallImg img {
	border:0.05rem solid #dcdddd;
	width: 100%;
	max-width: 100%;
}

.game163 .smallImg .on img {
	border-color:#FF850B;
}

.game163 .smallImg .tempWrap {
    margin: 0 auto;
    width: 100% !important;
    max-width: 100% !important;
}



.game163 .smallImg li:last-child {
    margin-right: 0;
}